PDF Functions
PHP Manual

PDF_show_xy

(PHP 4, PECL pdflib >= 1.0.0)

PDF_show_xyOutput text at given position

Description

void pdf_show_xy ( int $pdf document , string $text , double $x-coor , double $y-coor )

The PDF_show_xy() function outputs the string text at position (x-coor , y-coor ).

See also PDF_show().


PDF Functions
PHP Manual